home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dormn201.zip / MEGAVERS < prev    next >
Text File  |  1992-01-27  |  1KB  |  68 lines

  1. @Echo Off
  2. C:
  3. cd\pcb\doors\mv
  4. mvwelcom
  5. copy c:\pcb\pcboard.sys
  6. mv
  7. if errorlevel 13 goto c13
  8. if errorlevel 12 goto c12
  9. if errorlevel 11 goto c11
  10. if errorlevel 10 goto c10
  11. if errorlevel 9 goto c9
  12. if errorlevel 8 goto c8
  13. if errorlevel 7 goto c7
  14. if errorlevel 6 goto c6
  15. if errorlevel 5 goto c5
  16. if errorlevel 4 goto c4
  17. if errorlevel 3 goto c3
  18. if errorlevel 2 goto c2
  19. if errorlevel 1 goto c1
  20. if errorlevel 0 goto c0
  21. :c0
  22.    echo Normal termination
  23.    goto exit
  24. :c1
  25.    echo Not enough memory!
  26.    goto exit
  27. :c2
  28.    echo Baud rate error!
  29.    goto exit
  30. :c3
  31.    echo 30 second timeout for local mode access!
  32.    goto exit
  33. :c4
  34.    echo Carrier was lost!
  35.    goto exit
  36. :c5
  37.    echo Error reading Data files!
  38.    goto exit
  39. :c6
  40.    echo This error level is unused by MV
  41.    goto exit
  42. :c7
  43.    echo Player has no active ships!
  44.    goto exit
  45. :c8
  46.    echo Maximum Number of Players already in game!
  47.    goto exit
  48. :c9
  49.    echo Expired trial period for Unregistered copy
  50.    goto exit
  51. :c10
  52.    echo Maintenance has not ran for several days!
  53.    goto exit
  54. :c11
  55.    echo User doesn't support ANSI - don't display Scoreboard
  56.    goto exit
  57. :c12
  58.    echo Sysop has forced the Player to exit!
  59.    goto exit
  60. :c13
  61.    echo Fossil requested but not present!
  62.    goto exit
  63. :exit
  64. c:
  65. CD\PCB
  66. If exist door.bat door
  67. BOARD
  68.